Skip to content

chore(deps): update all non-major dependencies#941

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#941
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 6, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@capacitor/camera 8.0.28.2.0 age confidence
@capacitor/cli (source) 8.3.08.3.1 age confidence
@capacitor/core (source) 8.3.08.3.1 age confidence
@ionic/core (source) 8.8.28.8.5 age confidence
@ionic/vue 8.8.28.8.5 age confidence
@ionic/vue-router 8.8.28.8.5 age confidence
@nuxt/content (source) 3.12.03.13.0 age confidence
@nuxt/ui (source) 4.6.04.7.1 age confidence
@types/node (source) 24.12.024.12.2 age confidence
@unhead/vue (source) 2.1.122.1.13 age confidence
@vue/test-utils 2.4.62.4.10 age confidence
better-sqlite3 12.8.012.9.0 age confidence
docus 5.8.15.10.1 age confidence
pkg-types 2.3.02.3.1 age confidence
playwright-core (source) 1.58.21.59.1 age confidence
pnpm (source) 10.33.010.33.3 age confidence
std-env 4.0.04.1.0 age confidence
tailwindcss (source) 4.2.24.2.4 age confidence
typescript (source) 6.0.26.0.3 age confidence
ufo 1.6.31.6.4 age confidence
unimport 6.0.26.2.0 age confidence
vue-tsc (source) 3.2.63.2.8 age confidence

Release Notes

ionic-team/capacitor-camera (@​capacitor/camera)

v8.2.0

Compare Source

Bug Fixes
  • bump ioncamera-android to 1.0.1 to resolve duplicate webPath on Android gallery multi-select (#​49) (1bb0cd4)
  • bump IONCameraLib to 1.0.3 to resolve iOS 15 SwiftUI core crash (#​46) (8fb9688)
  • bump IONCameraLib to 1.0.4 to apply presentationStyle in chooseFromGallery (#​50) (8c50403)
Features
  • add CameraErrorCode enum for type-safe error handling (#​45) (11abcbe)

8.1.0 (2026-04-13)

This minor plugin version introduces significant API changes and deprecations. While backward compatibility is maintained, migration is strongly recommended. Please read the release notes in full, and refer to https://capacitorjs.com/docs/apis/camera for full documentation, including migration guides.

Deprecations
  • getPhoto method is deprecated. Use takePhoto for a camera photo, or chooseFromGallery to select from the gallery. For creating a prompt for the user to select which source, use @capacitor/action-sheet or any UI component of your choosing.
  • pickImages method is deprecated. Use chooseFromGallery instead. Refer to the Camera API documentation for more information on migrating.
  • Photo, GalleryImageOptions, and CameraResultType are deprecated, only use them if you are still using the deprecated getPhoto and/or pickImages.
  • These deprecated items will be removed in a future major version of the Camera Plugin, please consider migrating to the new ones.
Features
  • New takePhoto method added. It allows capturing a photo with the device's camera.
  • New recordVideo method added. It allows recording a video with the device's camera. Currently not available in Web. Addresses capacitor-plugins#229.
  • New playVideo method added. It opens a native player to play the provided video. Currently not available in Web.
  • New chooseFromGallery method added. Use it to select photos and/or videos from the device.
  • New MediaResult and MediaMetadata interfaces, which are returned by takePhoto, recordVideo and chooseFromGallery (metadata only if input parameter includeMetadata is true). Besides providing most of the existing functionality from deprecated getPhoto / pickImages, it can include additional metadata like creation date, video duration, among others.
  • New editPhoto method added. Opens an in-app screen to edit a provided base64 encoded image. Supported editing features include image cropping and rotation. Currently not available in Web.
  • New editURIPhoto method added. Opens an in-app screen to edit a provided image from a URI. You may use the URIs returned by takePhoto and chooseFromGallery as input to editURIPhoto. Supported editing features include image cropping and rotation. Currently not available in Web.
  • New Error structure when promise is rejected in new methods: code in OS-PLUG-CAMR-XXXX format + message. Refer to plugin documentation for available errors. Existing methods from version 8.0.2 and older retain the same error structure as before for backwards-compatibility.
  • New methods implementation in new native libraries: https://github.com/ionic-team/ion-android-camera and https://github.com/ionic-team/ion-ios-camera.
Bug Fixes
  • android: Restrict pickImages limit to maximum number supported by the device (clone of capacitor-plugins#2309)

8.0.2 (2026-03-06)

Bug Fixes
  • camera: Allow cancelation of sheet in Web, requires pwa-elements 3.4.0 or higher (#​2284) (06cf611)

8.0.1 (2026-02-12)

Bug Fixes

v8.1.0

Compare Source

This minor plugin version introduces significant API changes and deprecations. While backward compatibility is maintained, migration is strongly recommended. Please read the release notes in full, and refer to https://capacitorjs.com/docs/apis/camera for full documentation, including migration guides.

Deprecations
  • getPhoto method is deprecated. Use takePhoto for a camera photo, or chooseFromGallery to select from the gallery. For creating a prompt for the user to select which source, use @capacitor/action-sheet or any UI component of your choosing.
  • pickImages method is deprecated. Use chooseFromGallery instead. Refer to the Camera API documentation for more information on migrating.
  • Photo, GalleryImageOptions, and CameraResultType are deprecated, only use them if you are still using the deprecated getPhoto and/or pickImages.
  • These deprecated items will be removed in a future major version of the Camera Plugin, please consider migrating to the new ones.
Features
  • New takePhoto method added. It allows capturing a photo with the device's camera.
  • New recordVideo method added. It allows recording a video with the device's camera. Currently not available in Web. Addresses capacitor-plugins#229.
  • New playVideo method added. It opens a native player to play the provided video. Currently not available in Web.
  • New chooseFromGallery method added. Use it to select photos and/or videos from the device.
  • New MediaResult and MediaMetadata interfaces, which are returned by takePhoto, recordVideo and chooseFromGallery (metadata only if input parameter includeMetadata is true). Besides providing most of the existing functionality from deprecated getPhoto / pickImages, it can include additional metadata like creation date, video duration, among others.
  • New editPhoto method added. Opens an in-app screen to edit a provided base64 encoded image. Supported editing features include image cropping and rotation. Currently not available in Web.
  • New editURIPhoto method added. Opens an in-app screen to edit a provided image from a URI. You may use the URIs returned by takePhoto and chooseFromGallery as input to editURIPhoto. Supported editing features include image cropping and rotation. Currently not available in Web.
  • New Error structure when promise is rejected in new methods: code in OS-PLUG-CAMR-XXXX format + message. Refer to plugin documentation for available errors. Existing methods from version 8.0.2 and older retain the same error structure as before for backwards-compatibility.
  • New methods implementation in new native libraries: https://github.com/ionic-team/ion-android-camera and https://github.com/ionic-team/ion-ios-camera.
Bug Fixes
  • android: Restrict pickImages limit to maximum number supported by the device (clone of capacitor-plugins#2309)
ionic-team/capacitor (@​capacitor/cli)

v8.3.1

Compare Source

Bug Fixes
ionic-team/ionic-framework (@​ionic/core)

v8.8.5

Compare Source

Bug Fixes

v8.8.4

Compare Source

Bug Fixes

v8.8.3

Compare Source

Bug Fixes
nuxt/content (@​nuxt/content)

v3.13.0

Compare Source

Bug Fixes
  • get mdc configs by calling mdc:configSources hook (#​3736) (57f5552)
  • preview: move formatDate/formatDateTime into runtime subtree (#​3749) (4a76b2a)
nuxt/ui (@​nuxt/ui)

v4.7.1

Compare Source

Bug Fixes
  • ChatMessage: make actions slot accessible on touch devices (f5a3349)
  • Drawer: handle RTL mode (#​6396) (2e3fed2)
  • Link: prevent double-prefixing with @nuxtjs/i18n auto-localization (#​6404) (dde09d0)
  • ProseImg: close zoom overlay on Escape key (e3cdbc5)
  • ProsePrompt: improve responsive (0a5b433)

v4.7.0

Compare Source

Features
Bug Fixes
  • Accordion/Tabs: use item value as stable key to avoid remounts (#​6380) (3cee610)
  • Avatar: remove leading-none from fallback (#​6383) (77ce09a)
  • ChatMessage/ChatMessages: preserve generic message type in slot scope (#​6391) (20f66db)
  • ChatMessages: prevent layout shift caused by indicator during streaming (#​6297) (b7160e2)
  • ChatMessages: use MutationObserver for auto-scroll during streaming (#​6357) (47bf3cb)
  • ChatPromptSubmit: ignore disabled prop when status is not ready (600a2ca)
  • components: resolve defaultVariants in template logic (#​6361) (75b37d0)
  • ContentSearch/DashboardSearch: pick shared props from CommandPalette (cdcf2e5)
  • ContentSearch: speed up navigation mapping (0faf2c2)
  • ContentToc: use links for scrollspy instead of hardcoded h2/h3 (#​6282) (6aba2ea)
  • FieldGroup: prevent context from leaking into portals (#​6313) (5155e27)
  • FileUpload: use form field color and highlight instead of raw props (bb5a9ed)
  • Header/DashboardSidebar/Sidebar: allow auto focus in menu for proper focus trapping (#​6266) (9b91ee4)
  • InputDate/InputTime: increase segments width (#​6339) (4ebdb2f)
  • InputTags: add missing field group variant (#​6326) (aae5378)
  • Link: ensure single-root rendering for v-show and $el resolution (#​6310) (2c4ff35)
  • Modal/Slideover: drop empty header wrapper when empty (#​6381) (1082960)
  • module: use relative tagPriority for inline style tags (#​6299) (ae693d0)
  • PricingTable: align header elements vertically (#​6111) (0daacb0)
  • PricingTable: handle RTL mode (#​6382) (ab203db)
  • ProseCodeCollapse: match background on overscroll (28c89fe)
  • ProseImg: respect markdown width attribute (#​6350) (d4e4ea1)
  • ProsePre: get code from DOM if code prop is missing (#​6333) (b808ce4)
  • Select: support item-aligned position mode (#​6358) (255807a)

v4.6.1

Compare Source

Bug Fixes
  • ai: use part.state for streaming detection and deprecate isReasoningStreaming (d2d7543)
  • ChatMessage: hide files slot when no file parts exist (9cddc8e)
  • ChatMessages: keep indicator visible until first content arrives (195cce8)
  • ChatMessages: reset scroll icon when messages are cleared (#​6239) (4ba3eef)
  • ChatPrompt: guard enter during composition (#​6280) (a911ca8)
  • DashboardSidebar: always pass collapsed: false in mobile menu slots (957a0f5), closes #​6157
  • Modal/Slideover/Drawer: suppress reka ui title and description warnings (3451b8d), closes #​6240
  • module: inline defaultVariants and prefix in dev template (314e23b)
  • module: transpile reka-ui to prevent injection errors (#​6286) (b822c43)
unjs/unhead (@​unhead/vue)

v2.1.13

Compare Source

   🐞 Bug Fixes
  • schema-org: Normalize target to array before merging potentialAction  -  by @​harlan-zw and Claude Opus 4.6 (1M context) in #​709 (22ac9)
    View changes on GitHub
vuejs/test-utils (@​vue/test-utils)

v2.4.10

Compare Source

v2.4.9

Compare Source

compare changes

🩹 Fixes
  • Tolerate duplicate attachTo cleanup (#​2830)
📖 Documentation
🏡 Chore
  • Migrate renovate config (5d37934)
🤖 CI
  • Pin github actions to commit hashes (75dcef3)
❤️ Contributors

v2.4.8

Compare Source

compare changes

🩹 Fixes
  • Correct declaration entrypoint (#​2826)
🤖 CI
❤️ Contributors

v2.4.7

Compare Source

compare changes

🚀 Enhancements
  • Add Chinese docs translation (#​2552)
  • SetData()/shallowMount with initialData for components using the Composition API / <script setup> (#​2655)
🩹 Fixes
  • Preserve code from keyboard events (#​2434)
  • Switch browser and require exports definitions (#​2501)
  • Re-add peer dependencies but with wider range (#​2511)
  • Resolve warnings in docs:dev (30b7491)
  • Resolve TypeScript type errors in .vitepress/config (#​2549)
  • Accept FunctionalComponent as selector (0bb947f)
  • Text() misses content for array functional component (#​2579)
  • Use await in test (c5482b4)
  • deps: Update dependency vue-component-type-helpers to v3 (#​2683)
  • Remove wrapper div when unmount (#​2700)
  • Make mount options slots compatible with noUncheckedIndexedAccess true (#​2713)
  • Add missing peerDependency @​vue/compiler-dom (75801ba)
  • docs: Declare css module for vitepress typecheck (ddaca97)
💅 Refactors
  • Enforce consistent usage of type imports (#​2734)
📖 Documentation
  • Clarify findComponent vs getComponent (#​2435)
  • Update fr docs (67064ef)
  • Add note about partial transition stub support (#​2431)
  • Fix missing data at passing data section essentials guide (dda205e)
  • Fix missing data at passing data section essentials guide fr (ae2c72c)
  • Fix plugin TS declaration example (#​2466)
  • Fixed incorrect checkbox value check (#​2495)
  • Capital letter in sentence fix (#​2499)
  • Import missing DOMWrapper on Implementation of the plugin section (#​2519)
  • Add migration step for deprecated ref syntax in findAllComponents (#​2498)
  • Correct anchor hash links and fix typo (#​2551)
  • Center logo on home (#​2559)
  • zh-cn: Review a-crash-course (#​2563)
  • Use code-group for install commands (#​2571)
  • zh-cn: Review event-handing.md (#​2572)
  • zh-cn: Enhance conditional-rendering.md (#​2562)
  • zh-cn: Review easy-to-test (#​2567)
  • zh-cn: Review passing-data.md (#​2575)
  • zh-cn: Review async-suspense.md (#​2576)
  • zh: 优化 API 文档格式和内容 (#​2569)
  • zh: 更新 Vitest 模拟日期和计时器的说明 (#​2578)
  • zh-cn: Review http-requests.md (#​2580)
  • zh-cn: Review forms (#​2582)
  • zh-cn: Guide/advanced/slots.md (#​2565)
  • zh: Review extending-vtu (#​2583)
  • zh: Review index (#​2584)
  • Fix modelValue test example (85bfdf4)
  • Removes broken link from plugins.md (69bc1ce)
  • zh: Review transitions, component-instance, and reusability-composition (#​2616)
  • zh: Review v-model and vuex (#​2617)
  • zh: Review all the rest advanced guide (#​2619)
  • zh: Review migration (#​2623)
  • Fix a typo in transitions.md (#​2635)
  • Update crash-course to script setup (c81aa79)
  • Update Essentials section to setup (composition api) (#​2647)
  • Typos in examples (#​2678)
  • Typo in easy-to-test.md (#​2710)
  • Add note about mocking requestAnimationFrame for transitions (2324c65)
  • Updated example TodoApp to script setup (#​2727)
  • Remove "Using data" section from "Conditional Rendering" guide and fix passing data test example (#​2743)
  • Follow-up fixes for the conditional rendering guide (#​2744)
  • Mention shallowMount stub name changes in migration guide (80e051a)
  • Update conditional rendering documentation to clarify isVisible() usage with attachTo (#​2799)
  • Restore Options API component for data() mounting example (#​2804)
  • Promote Vitest as recommended test runner (#​2805)
  • api: Note that setValue does not accept objects on <select> (#​2819)
🏡 Chore
  • Add api/index.md to docs:translation:compare (6b8681c)
  • Remove unnecessary generic arguments (cfd70c6)
  • Ignore TS error in config object (9d0a618)
  • Simplify eslint packages (c1d0ffd)
  • Use eslint v9 with flat config (2f19fdf)
  • Expose Stubs type publicly (#​2492)
  • Update documentation file path (9c96594)
  • Use pnpm v10 (e4c2cb3)
  • Pnpm approve build (81c54e9)
  • Use github issue forms (#​2673)
  • Exclude class components from test type-checking (0899008)
  • Add explicit coverage include for vitest v4 (51672b9)
  • Update to prettier v3.7 (fed9e7c)
  • Migrate to oxfmt (81c1de9)
  • Migrate to oxlint (a361908)
  • Prepare TypeScript 6 migration settings (55e1262)
  • Adjust tsd config for TypeScript 6 (7d23eb5)
  • Avoid TypeScript 6 target deprecation warning (81d063c)
🤖 CI
  • Remove node v22 build (7ebf58d)
  • Add node v22 build (57540ee)
  • Use "pool: threads" instead of vmThreads (d0cbb54)
  • Remove node v18 and add v24 (fd9cf95)
  • Add trusted publishing release workflow (#​2825)
❤️ Contributors
WiseLibs/better-sqlite3 (better-sqlite3)

v12.9.0

Compare Source

What's Changed

  • Update SQLite to version 3.53.0 in #​1464

Full Changelog: WiseLibs/better-sqlite3@v12.8.0...v12.9.0

nuxt-content/docus (docus)

v5.10.1

Compare Source

Bug Fixes

v5.10.0

Compare Source

Features
Bug Fixes

v5.9.0

Compare Source

Features
Bug Fixes
unjs/pkg-types (pkg-types)

v2.3.1

Compare Source

compare changes

🩹 Fixes
  • Use untransformed typescript type exports (#​261)
📖 Documentation
  • Improve documentation and fix typos across the project (#​246)
  • Fix incorrect imports and add missing function docs (#​248)
📦 Build
🏡 Chore
❤️ Contributors
microsoft/playwright (playwright-core)

v1.59.1

Compare Source

v1.59.0

Compare Source

pnpm/pnpm (pnpm)

v10.33.3

Compare Source

v10.33.2

Compare Source

v10.33.1: pnpm 10.33.1

Compare Source

Patch Changes
  • When a project's packageManager field selects pnpm v11 or newer, commands that v10 would have passed through to npm (version, login, logout, publish, unpublish, deprecate, dist-tag, docs, ping, search, `s

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 6, 2026

Deploy Preview for friendly-lamington-fb5690 ready!

Name Link
🔨 Latest commit 9e712fb
🔍 Latest deploy log https://app.netlify.com/projects/friendly-lamington-fb5690/deploys/69fa219197840a000848221e
😎 Deploy Preview https://deploy-preview-941--friendly-lamington-fb5690.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 22 times, most recently from 79f1a8d to 36ba579 Compare April 13, 2026 15:53
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c18b42a to 8881197 Compare April 15, 2026 20:12
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 19 times, most recently from 69ee349 to 66f3412 Compare April 27, 2026 07:18
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 3510cb5 to 19c095c Compare April 30, 2026 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants